home *** CD-ROM | disk | FTP | other *** search
- Path: news.frontier.net!news
- From: Tim Stumpf <tims@mjt.com>
- Newsgroups: comp.lang.c++
- Subject: File Dialog Boxes Anyone?
- Date: 30 Jan 1996 14:17:30 GMT
- Organization: MJT, Inc
- Message-ID: <4el99q$7ua@molas.frontier.net>
- NNTP-Posting-Host: 198.135.68.12
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
- I am still having problems with my file dialog box. I want to select
- multiple files (up to about 100 files) so that I can do some data
- processing on them. In MSVC++ common file dialog box, it lets me select
- about 20 or so, and it works fine. More than that, it just does nothing.
- Not even an error of any kind. I checked the buffer sizes that I am
- storing the file names and stuff into, and it should be more than enough
- for 100 file names and the path. Is there some sort of limitation on the
- number of files I can select in the common file dialog box, Or am I just
- overlooking something. Please help me if you know what I am doing wrong
- or if there is some sort of work-around to this problem.
-
- Thanks
- Tim Stumpf
-
-